[FFmpeg-user] FFmpg the decoder doesn't detects camera resolution changes
Archil Matchavariani
archil1983 at gmail.com
Wed Nov 2 13:20:47 CET 2011
in other words (to be more correctly)
** **
On older versions of FFpmg we could detect these changes code,it is called
on resolution change, and then influence the rest of process:****
libavcodec/mpeg4videodec.c:1624****
** **
if(width && height && !(s->width && s->codec_tag ==
AV_RL32("MP4S"))){ **
s->width = width;****
s->height = height;****
}****
** **
On new version it is not called.****
**
On Wed, Nov 2, 2011 at 1:49 PM, Archil Matchavariani
<archil1983 at gmail.com>wrote:
> Good day,
>
> in other words, when I change resolution on my cam, (for example
> increase) I see just a part of the view , and FFmpg doesn't detect the
> event of resolution change
>
>
>
More information about the ffmpeg-user
mailing list