diff options
author | Mans Rullgard <mans@mansr.com> | 2012-04-25 23:37:29 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-06 12:04:25 +0100 |
commit | ddce7dabd2dcabac1655e76901192ae6aedecb69 (patch) | |
tree | c997bb89638b9311d370e0ae842510c84b98de5e /libavformat/mpegenc.c | |
parent | 0de1319ee0109facefe9804ffe0f0d0df36b27ad (diff) | |
download | ffmpeg-ddce7dabd2dcabac1655e76901192ae6aedecb69.tar.gz |
rtsp: avoid const warnings from strtol() call
The strtol() interface makes it difficult to use with
const-qualified pointers. With this change, although
the const is still lost, the compiler does not warn
about it.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/mpegenc.c')
0 files changed, 0 insertions, 0 deletions