mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
libx264: support 9- and 10-bit output.
This commit is contained in:
@@ -107,6 +107,9 @@ void avcodec_register(AVCodec *codec)
|
||||
while (*p != NULL) p = &(*p)->next;
|
||||
*p = codec;
|
||||
codec->next = NULL;
|
||||
|
||||
if (codec->init_static_data)
|
||||
codec->init_static_data(codec);
|
||||
}
|
||||
|
||||
unsigned avcodec_get_edge_width(void)
|
||||
|
||||
Reference in New Issue
Block a user