git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Do not reuse the rbsp de-escape buffer if both
[ffmpeg.git]
/
libavcodec
/
h264.h
diff --git
a/libavcodec/h264.h
b/libavcodec/h264.h
index
913f4fd
..
1669e8e
100644
(file)
--- a/
libavcodec/h264.h
+++ b/
libavcodec/h264.h
@@
-160,8
+160,8
@@
typedef struct H264Context{
MpegEncContext s;
int nal_ref_idc;
int nal_unit_type;
- uint8_t *rbsp_buffer;
- unsigned int rbsp_buffer_size;
+ uint8_t *rbsp_buffer
[2]
;
+ unsigned int rbsp_buffer_size
[2]
;
/**
* Used to parse AVC variant of h264