FFmpeg/libavcodec
Stefano Sabatini 33b0549867 lavc/utils: add VP6F hack for setting correct video size in stream
For some obscure reasons avcodec_set_dimensions() resets the width/height
so that the resulting value set in the stream is equal to the
corresponding coded_width/height, which is not the same as the correct
width/height in case of the H.264 and VP6F codecs.

This adds a codec-specific hack for VP6F which disables the call to
avcodec_set_dimensions() in avcodec_open2(), like it is done with H264. A
proper fix needs to be found yet.

Fix trac ticket #1386.

Based on a patch by Michael Niedermayer.

Trolled-By: Daemon404

See thread:
Subject: [FFmpeg-devel] [PATCH] ffprobe: Stash and use width and height before opening the codec
Date: Fri,  1 Mar 2013 10:41:34 -0500
2013-03-19 23:28:08 +01:00
..
2013-03-18 02:10:10 +01:00
2013-03-19 13:28:29 +01:00
2013-03-06 22:11:46 +01:00
2013-03-06 22:11:46 +01:00
2013-03-15 21:09:36 +01:00
2013-03-15 04:39:41 +01:00
2013-01-21 10:24:45 +00:00
2013-03-06 10:31:56 +00:00
2013-03-02 20:39:38 +01:00
2013-01-23 19:39:42 +01:00
2013-01-23 19:39:42 +01:00
2013-03-05 03:29:04 +01:00
2013-01-24 01:47:20 +01:00
2013-02-03 13:08:36 +01:00
2013-03-13 09:13:54 +01:00
2013-03-15 14:38:09 +01:00
2013-03-15 14:38:09 +01:00
2013-03-13 14:35:48 +01:00
2013-03-13 14:35:48 +01:00
2013-03-19 15:26:23 +01:00