Commit 95831f48 authored by Michael Niedermayer's avatar Michael Niedermayer

recommit of

slightly cleaner width / height comment

Originally committed as revision 2353 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 49e17f84
...@@ -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