On 14/02/15 17:33, Thomas Volkert wrote:
On 02/14/2015 01:47 AM, Luca Barbato wrote:
---
libavformat/rtpdec_h264.c | 78
+++++++++++++++++++++++------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index 212ea1a..f1153b3 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -240,6 +240,44 @@ static int parse_stap_a(AVFormatContext *ctx,
AVPacket *pkt,
return 0;
}
+static int parse_fu_a(AVFormatContext *ctx, AVPacket *pkt,
+ const uint8_t *buf, int len)
Could we use "h264_handle_packet_fu_a()" here?
I'd drop h264 but keep handle_packet since it is more descriptive.
lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel