Signed-off-by: Aneesh Dogra <[email protected]>
---
libavcodec/bytestream.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/bytestream.h b/libavcodec/bytestream.h
index d6cc196..69313d3 100644
--- a/libavcodec/bytestream.h
+++ b/libavcodec/bytestream.h
@@ -41,7 +41,7 @@ static av_always_inline type bytestream_get_ ## name(const
uint8_t **b){\
(*b) += bytes;\
return read(*b - bytes);\
}\
-static av_always_inline void bytestream_put_ ##name(uint8_t **b, const type
value){\
+static av_always_inline void bytestream_put_ ## name(uint8_t **b, const type
value){\
write(*b, value);\
(*b) += bytes;\
}\
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel