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:
1d36fb1
)
Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.
author
Justin Ruggles
<justin.ruggles@gmail.com>
Wed, 10 Aug 2011 18:07:35 +0000
(14:07 -0400)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Wed, 10 Aug 2011 19:40:52 +0000
(15:40 -0400)
bits_per_raw_sample is used in video as well, where sample_fmt is not used.
libavcodec/avcodec.h
patch
|
blob
|
history
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index 702e775d9db17ef8f9a26c66590772d8c0500870..5bc1878fd084f987f251fa87e3dcda508fa18bce 100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-2587,7
+2587,6
@@
typedef struct AVCodecContext {
/**
* Bits per sample/pixel of internal libavcodec pixel/sample format.
- * This field is applicable only when sample_fmt is AV_SAMPLE_FMT_S32.
* - encoding: set by user.
* - decoding: set by libavcodec.
*/