Opened 10 years ago

Closed 10 years ago

#5701 closed enhancement (invalid)

addition to patch transcode-1.1.7-ffmpeg2-1.patch

Reported by: Lőrinczy Zsigmond Owned by: blfs-book@…
Priority: lowest Milestone: 7.7
Component: BOOK Version: SVN
Severity: trivial Keywords: transcode-1.1.7 ffmpeg patch
Cc:

Description

This patch 'transcode-1.1.7-ffmpeg2-1.patch' helped me a lot when compiling transcode-1.1.7 against ffmpeg-2.4.2, but it still missed an incompatibility in file 'import/probe_ffmpeg.c'

@@ -120,7 +120,7 @@
.
     translate_info(lavf_dmx_context, ipipe->probe_info);
.
-    av_close_input_file(lavf_dmx_context);
+    avformat_close_input(lavf_dmx_context);
     return;
 }

I'd suggest you add this to the patch.

Change History (1)

comment:1 by Armin K, 10 years ago

Resolution: invalid
Status: newclosed
sed -i "s:av_close_input_file:avformat_close_input:g" \
       import/probe_ffmpeg.c

It's present, but in form of a sed.

Note: See TracTickets for help on using tickets.