git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494c56d
)
* const
author
Zdenek Kabelac
<kabi@informatics.muni.cz>
Fri, 5 Mar 2004 14:07:33 +0000
(14:07 +0000)
committer
Zdenek Kabelac
<kabi@informatics.muni.cz>
Fri, 5 Mar 2004 14:07:33 +0000
(14:07 +0000)
Originally committed as revision 2844 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
ba9f4d0
..
cbc65df
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-1624,7
+1624,7
@@
typedef struct AVCodec {
const AVOption *options;
struct AVCodec *next;
void (*flush)(AVCodecContext *);
- AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
+
const
AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
} AVCodec;
/**