gstdspparse.h 454 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2009 Marco Ballesio
  3. *
  4. * Authors:
  5. * Marco Ballesio <marco.ballesio@gmail.com>
  6. * Felipe Contreras <felipe.contreras@gmail.com>
  7. *
  8. * This file may be used under the terms of the GNU Lesser General Public
  9. * License version 2.1, a copy of which is found in LICENSE included in the
  10. * packaging of this file.
  11. */
  12. #ifndef GST_DSP_PARSE_H
  13. #define GST_DSP_PARSE_H
  14. gboolean gst_dsp_h263_parse(GstDspBase *base, GstBuffer *buf);
  15. #endif