Merge commit 'a0b7e28907
'
* commit 'a0b7e28907
':
aviobuf: Partial support for reading in read/write contexts
build: Avoid detecting bogus components named 'x'
Conflicts:
libavcodec/allcodecs.c
libavdevice/alldevices.c
libavformat/allformats.c
libavformat/aviobuf.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e1cf1a9c89
4 changed files with 10 additions and 6 deletions
|
@ -48,8 +48,7 @@
|
|||
avcodec_register(&ff_##x##_decoder); \
|
||||
}
|
||||
|
||||
/* Warning: do not split this line, it will break configure script */
|
||||
#define REGISTER_ENCDEC(X, x) REGISTER_ENCODER(X, x); REGISTER_DECODER(X,x)
|
||||
#define REGISTER_ENCDEC(X, x) REGISTER_ENCODER(X, x); REGISTER_DECODER(X, x)
|
||||
|
||||
#define REGISTER_PARSER(X, x) \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue