Ticket #469: h264_parse_close.udiff
| File h264_parse_close.udiff, 501 bytes (added by , 20 years ago) |
|---|
-
.c
old new 8054 8054 return 0; 8055 8055 } 8056 8056 8057 static void h264_parse_close(AVCodecParserContext *s) 8058 { 8059 H264Context *h = s->priv_data; 8060 ParseContext *pc = &h->s.parse_context; 8061 8062 av_free(pc->buffer); 8063 } 8064 8057 8065 8058 8066 AVCodec h264_decoder = { 8059 8067 "h264", … … 8073 8081 sizeof(H264Context), 8074 8082 NULL, 8075 8083 h264_parse, 8076 ff_parse_close,8084 h264_parse_close, 8077 8085 h264_split, 8078 8086 }; 8079 8087
