Commit 0cbf6eb6 authored by michael's avatar michael

recommit of

slightly cleaner width / height comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2353 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 41659d34
...@@ -482,7 +482,7 @@ typedef struct AVCodecContext { ...@@ -482,7 +482,7 @@ typedef struct AVCodecContext {
/** /**
* width / height. * width / height.
* - encoding: MUST be set by user. * - encoding: MUST be set by user.
* - decoding: set by user, some codecs might override / change it during playback * - decoding: set by user if known, codec should override / dynamically change if needed
*/ */
int width, height; int width, height;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment