Mercurial > libavformat.hg
comparison 4xm.c @ 5119:bb9cdd9ad9de libavformat
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
used to return packet data, which might update the flags/timestamp to be
used for the next packet data returned by the demuxer. However, that was
separated out into a new function, and the flags/timestamp are thus never
updated within ff_rm_parse_packet() anymore, and thus do not need to be
a pointer.
author | rbultje |
---|---|
date | Thu, 30 Jul 2009 15:04:19 +0000 |
parents | 49c1d3b27727 |
children | 536e5527c1e0 |
comparison
equal
deleted
inserted
replaced
5118:e88e7ac64898 | 5119:bb9cdd9ad9de |
---|