Mercurial > libavcodec.hg
changeset 2590:4aba13499a91 libavcodec
reinitialize on aspect change,
required for dvb aspect changes
| author | iive |
|---|---|
| date | Sun, 03 Apr 2005 17:34:31 +0000 |
| parents | a5a62827f195 |
| children | 65874d96c2da |
| files | mpeg12.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpeg12.c Sun Apr 03 15:43:57 2005 +0000 +++ b/mpeg12.c Sun Apr 03 17:34:31 2005 +0000 @@ -1981,7 +1981,7 @@ (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) {
