projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d1931
)
reinitialize on aspect change,
author
Ivan Kalvachev
<ikalvachev@gmail.com>
Sun, 3 Apr 2005 17:34:31 +0000
(17:34 +0000)
committer
Ivan Kalvachev
<ikalvachev@gmail.com>
Sun, 3 Apr 2005 17:34:31 +0000
(17:34 +0000)
required for dvb aspect changes
Originally committed as revision 4102 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpeg12.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpeg12.c
b/libavcodec/mpeg12.c
index
1af8c3b
..
5022f48
100644
(file)
--- a/
libavcodec/mpeg12.c
+++ b/
libavcodec/mpeg12.c
@@
-1981,7
+1981,7
@@
static int mpeg_decode_postinit(AVCodecContext *avctx){
(s1->mpeg_enc_ctx_allocated == 0)||
avctx->coded_width != s->width ||
avctx->coded_height != s->height||
-
// s1->save_aspect_info != avctx
->aspect_ratio_info||
+
s1->save_aspect_info != s
->aspect_ratio_info||
0)
{