diff -u transcode-1.0.2/debian/changelog transcode-1.0.2/debian/changelog --- transcode-1.0.2/debian/changelog +++ transcode-1.0.2/debian/changelog @@ -1,3 +1,10 @@ +transcode (2:1.0.2-0.8ubuntu10.1) intrepid-proposed; urgency=low + + * debian/patches/06_libavcodec.dpatch: Fix typo in function name which + prevented encoding using ffmpeg in certain circumstances (LP: #305539). + + -- Iain Lane Thu, 08 Jan 2009 23:00:45 +0000 + transcode (2:1.0.2-0.8ubuntu10) intrepid; urgency=low * debian/control: diff -u transcode-1.0.2/debian/patches/06_libavcodec.dpatch transcode-1.0.2/debian/patches/06_libavcodec.dpatch --- transcode-1.0.2/debian/patches/06_libavcodec.dpatch +++ transcode-1.0.2/debian/patches/06_libavcodec.dpatch @@ -15,7 +15,7 @@ avcodec_init(); - register_avcodec(&ac3_encoder); - register_avcodec(&mp2_encoder); -+ avcodec_regisiter_all(); ++ avcodec_register_all(); pthread_mutex_unlock(&init_avcodec_lock); switch (o_codec) {