OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
authorMartin Storsjö <martin@martin.st>
Tue, 24 Feb 2015 10:32:17 +0000 (12:32 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 24 Feb 2015 21:07:22 +0000 (23:07 +0200)
commitec96a89c3e507cf0fb1f2b159b28a53f2bad9a74
tree71cf3f51975e8e728dadb0f3d939d79e73956e29
parentac0e54fda9305cc7d149007f5b512bb8619f7c78
rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions

This makes it clear that the individual parsing functions can't
touch the parsed out value.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec.c
libavformat/rtpdec.h
libavformat/rtpdec_amr.c
libavformat/rtpdec_dv.c
libavformat/rtpdec_h264.c
libavformat/rtpdec_hevc.c
libavformat/rtpdec_ilbc.c
libavformat/rtpdec_latm.c
libavformat/rtpdec_mpeg4.c
libavformat/rtpdec_xiph.c